* lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Oct 2013 04:41:23 +0000 (00:41 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Oct 2013 04:41:23 +0000 (00:41 -0400)
commit17aab8d9334146aac0222e7163d496df9355dd14
treeadba3f4363f1b188b009a7199a8c64f0b9a385dd
parent48e833eec53d5abbbb191df0ef35af23f98f3145
* lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention
instead of the docstring to discourage use of the `restriction' arg.
(error): Use `declare'.
* src/charset.c (Fdecode_char, Fencode_char): Remove description of
`restriction' arg. now that it's hidden by advertised-calling-convention.
lisp/ChangeLog
lisp/subr.el
src/ChangeLog
src/charset.c